build: Add support for python 3.14 and remove support for python 3.11#175
Closed
stevenhua0320 wants to merge 5 commits intodiffpy:john-developmentfrom
Closed
build: Add support for python 3.14 and remove support for python 3.11#175stevenhua0320 wants to merge 5 commits intodiffpy:john-developmentfrom
stevenhua0320 wants to merge 5 commits intodiffpy:john-developmentfrom
Conversation
* skpkg: setup CI after migrating tests, src, requirements, and .github folder (diffpy#151) * skpkg: migrate src folder * skpkg: migrate tests folder * skpkg: list dependencies in requirements folder * skpkg: add CI and issue/PR templates * skpkg: add pyproject.toml * skpkg: standardize files by removing examples and adding back necessary scripts * skpkg: modify copyright years and contributors in a missed file * style: changed line length to 115 and ran pre-commit again * fix: testing if adding .github/workflow will pass CI * [pre-commit.ci] auto fixes from pre-commit hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * skpkg: add configuration files for pre-commit, readthedocs, codecov (diffpy#152) * skpkg: add config files for pre-commit * skpkg: add config files readthedocs, codecov, GitHub * style: remove stashed change indicators and modify code of conducts to pass pre-commit * skpkg: migrate documentation, README, and public static files (diffpy#153) * skpkg: migrate documentation * skpkg: add config files for authors, changelog, code of conduct, license * skpkg: add README.rst * skpkg: add news files * chore: add back necessary lines from the files * chore: fix files according to comments in the review --------- Co-authored-by: zmx27 <95781012+zmx27@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…iles (diffpy#156) * ci: add docformatter config block and run pre-commit to apply them to files * chore: add news file for this change
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## john-development #175 +/- ##
=================================================
Coverage 91.96% 91.96%
=================================================
Files 7 7
Lines 112 112
=================================================
Hits 103 103
Misses 9 9
🚀 New features to boost your workflow:
|
Contributor
|
@john-halloran @stevenhua0320 I would like to do the first release from 3.11 to 3.13 (or maybe to 3.14) so we have a 3.11 version out there in case someone wants it. We can maybe make this part of a second release shortly after the first one, or maybe better, just make this 3.11 - 3.14. For other projects this is not an issue because there will be a 3.11 version on conda-forge at an earlier release level if someone needs it. |
Contributor
|
closing as it will be easier to redo these edits on the package after we merge John's edits. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@sbillinge ready to review, Closes #172